home *** CD-ROM | disk | FTP | other *** search
/ SIGGRAPH 1995 Proceedings / SIGGRAPH 1995 Proceedings.iso / pc / read_pdf.mac < prev    next >
Text File  |  1995-06-27  |  4KB  |  94 lines

  1. This CD-ROM contains PDF files containing each of the papers in the
  2. SIGGRAPH 95 conference proceedings, as well as many of the other
  3. materials in the book.  These may be read by installing the Acrobat reader
  4. that is provided on this disc.  The reader is provided for Macintosh,
  5. Windows, DOS, Solaris, and SGI; the latter is a reader that has just been
  6. released by Adobe and we are proud to be able to bring it to you.
  7.  
  8. There are a few features of the PDF files that we want to mention in
  9. this note:
  10.  
  11. *  The CONTENTS.PDF and AUTHINDX.PDF files are standard Table of
  12.    Contents and Author Index pages, linked to the actual papers.  So if
  13.    you click on a paper's title in either file, you will immediately be
  14.    jumped to that paper.  To return to the original file, simply click on
  15.    the double arrow button in the Reader's menu bar.
  16.  
  17. *  This disc contains a word index that will allow anyone with a version
  18.    of the Acrobat system with indexing capabilities to do very fast
  19.    word searches of the entire disc's PDF files.  We hope this new
  20.    capability of Acrobat will prove helpful to you.
  21.  
  22. *  Each paper has been enhanced with "article following" -- if you click
  23.    in the title area, you will get an enlarged view of the paper, and continued
  24.    clicks will follow the paper column-by-column until the end.  This is also
  25.    a new capability and we hope it will be useful.
  26.  
  27. *  If you are working on a workstation that does not support any of the
  28.    Acrobat Readers, then it is possible that you can still read the PDF files
  29.    through a feature of ghostscript and ghostview.  This file contains
  30.    information on getting and using these tools; read on for more details.
  31.  
  32. That's about it; we hope that the continuing development of the SIGGRAPH
  33. Proceedings discs and the Acrobat system will give you an even better use
  34. of this disc in 1995 than you had for earlier years' discs.
  35.  
  36. -- Steve Cunningham
  37.    SIGGRAPH 95 Proceedings CD-ROM Production Editor
  38.  
  39. ---------------------------------------------
  40. HOW TO - read PDF files on a UNIX workstation
  41. ---------------------------------------------
  42.  
  43. Ghostscript and ghostview are free utilities that together will display PDF
  44. files such as those on the SIGGRAPH CD-ROMs. These programs run on almost all
  45. Unix X-windows workstations.
  46.  
  47. While ghostview is freely distributed through the GNU Public License,
  48. ghostscript 3.33 is constrained by a stricter license that permits free
  49. distribution, but not inclusion on a for-sale CD-ROM.
  50.  
  51. The programs are available at:
  52.     ftp://siggraph.org/utilities/unix/ghost
  53.  
  54. The files you will need are:
  55.     gs3.33.tar    - The ghostscript source (v. 3.33)
  56.     gv1.5h.tar    - The ghostview source (v. 1.5 hacked for PDF)
  57.     gs-fonts1.tar    - Necessary ghostscript fonts (v. 3.33)
  58.     gs-fonts2.tar    - Extra ghostscript fonts (v. 3.33)
  59. Unpackage ``gs3.33'' and ``gv1.5h'' into the directory /usr/local/src. Create
  60. the directory /usr/local/lib/ghostscript and unpackage ``gs-fonts1'' and
  61. ``gs-fonts2'' there.
  62.  
  63. Ghostscript 3.33 and ghostview 1.5h are currently distributed in source-code
  64. form only. You will need super-user permissions to compile and install these
  65. programs properly.
  66.  
  67. INSTALLATION NOTES - GHOSTSCRIPT
  68. --------------------------------
  69. 1. The installation is described in the ``make.doc'' file.
  70.  
  71. 2. I've included a standard Makefile.LINUX and Makefile.IRIX5 in the
  72.    ghostscript source to make it easier to install ghostscript for these two
  73.    operating systems.
  74.  
  75. 3. If you use a makefile other than the above two, make sure to set
  76.         DEVICE_DEVS1=psmono.dev
  77.    to set up ghostscript to display and print PDF files.
  78.  
  79. INSTALLATION NOTES - GHOSTVIEW
  80. ------------------------------
  81. 1. The installation is described in the ``README'' file.
  82.  
  83. 2. The ghostscript patch described at the beginning of the ghostview ``README''
  84.    file has already been applied to the gs3.33 package on siggraph.org.
  85.  
  86. HOW TO - print PDF files on a UNIX workstation
  87. ----------------------------------------------
  88. The command:
  89.     gs -q -dNOPAUSE -sDEVICE=psmono -sOutputFile=file.ps file.pdf
  90. will convert the PDF file ``file.pdf'' into the Level 1 Monochrome PostScript
  91. file ``file.ps'' which may then be printed on any PostScript printer.
  92.  
  93. John C. Hart                Stephen Spencer
  94. SIGGRAPH Director-at-Large        SIGGRAPH Proceedings Production Editor